home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tables / read.me < prev    next >
Text File  |  1991-07-13  |  1KB  |  25 lines

  1. Hi,
  2.  
  3. This program demonstrates how to use VB Label Controls to display tabular
  4. data. I'm quite pleased with the results and I hope you will be also.
  5.  
  6. Label Controls are useful for displaying tabular data because they have
  7. a Property that Text, ListBox and Picture Controls don't have, namely, the
  8. Alignment Property. By setting a Label Control's Alignment Property
  9. correctly to Left or Right Justified and then using the correct
  10. Str$() and Format$() commands, you can create a table of data that has
  11. Left Justified string data and Decimal Aligned numeric data. You can even
  12. center the Decimal Aligned numeric data within the column.
  13.  
  14. The nice thing is that you are NOT restricted to using mono-spaced fonts.
  15.  
  16. The demo program uses the VB default HELV font which is proportional.
  17.  
  18. To try out the program, simply load it into VB and run it. Click on the
  19. vertical scroll bar to move up and down the list of sample data.
  20.  
  21. PLEASE. Give me some feedback. I think this program is the bee's knees, but
  22. I really want to know what you think.
  23.  
  24. Keith F. (CIS 72240,2020)
  25.